projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1cb108
)
(make_lispy_movement): Condition on HAVE_GPM too.
author
Nick Roberts
<nickrob@snap.net.nz>
Wed, 23 May 2007 21:42:10 +0000
(21:42 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Wed, 23 May 2007 21:42:10 +0000
(21:42 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index d2e77fd88881098cdcd5a6ba0d1bedacb591c889..420b422c5180d9eb382c82fd5a781e51cc7eb8e5 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-6074,7
+6074,7
@@
make_lispy_event (event)
}
}
-#if
def HAVE_MOUSE
+#if
defined(HAVE_MOUSE) || defined(HAVE_GPM)
static Lisp_Object
make_lispy_movement (frame, bar_window, part, x, y, time)
@@
-6113,7
+6113,7
@@
make_lispy_movement (frame, bar_window, part, x, y, time)
}
}
-#endif /* HAVE_MOUSE */
+#endif /* HAVE_MOUSE
|| HAVE GPM
*/
/* Construct a switch frame event. */
static Lisp_Object